home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 55 / MOBICLIC 55.ISO / DATA / ARRIBA / SWF_ARRIBA / arri01.swf / scripts / DefineButton2_33 / BUTTONCONDACTION on(release, keyPress Space).as
Text File  |  2003-06-02  |  117b  |  7 lines

  1. on(release, keyPress "<Space>"){
  2.    _factor = 1;
  3.    _label = "Hard";
  4.    _difficulty = 3;
  5.    gotoAndStop(50);
  6. }
  7.